OPC Studio User's Guide and Reference
RetrieveCurrentNode(IEnumerable<Object>) Method



View with Navigation Tools
OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseControl Class > RetrieveCurrentNode Method : RetrieveCurrentNode(IEnumerable<Object>) Method
The current path.

The value of this parameter cannot be null (Nothing in Visual Basic).

Called to retrieve the current node.
Syntax
'Declaration
 
Protected Overloads Overrides NotOverridable Sub RetrieveCurrentNode( _
   ByVal currentPath As IEnumerable(Of Object) _
) 
 
'Usage
 
Dim instance As OpcBrowseControl
Dim currentPath As IEnumerable(Of Object)
 
instance.RetrieveCurrentNode(currentPath)

Parameters

currentPath
The current path.

The value of this parameter cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also